
                .header{height:193px;position: relative; z-index: 5;background:url(images/t_bg.jpg) repeat-x;}
                .content,.footer{ width: 1200px; margin: 0 auto;}i,em{ font-style: normal;}
               .h_top{ height: 29px; line-height: 29px; overflow: hidden; font-size: 14px; color: #666666;}
                .h_top em{ display: inline-block; float: right;}
                .h_top em a{ display: inline-block; margin-left: 36px; position: relative;}
                .h_top em a:before{ position: absolute; left: -23px; content: ""; top:15px; width: 10px; height: 1px; background: #999;}
                .h_top em a:first-child:before{ display: none;}       .h_top em a:hover{ color: #000;text-decoration: underline;}
             .h_on1{ overflow:hidden; height: 113px;}
                .h_on1 .logo{ float: left; overflow: hidden; padding-top: 29px; padding-right: 19px;}
                .h_on1 h4{ padding-top: 32px; width: 337px; float: left; line-height: 100%; font-weight: normal; font-size: 22px; color: #333333;}
                .h_on1 h4 span{ display: block; font-weight: bold; padding-bottom: 9px;}
                .h_on1 h3{ float: left; margin-top: 38px; width: 305px; height: 42px; border: 1px solid #d2d2d2;}
                .h_on1 h3 input{ display: inline-block; float: left; border: none; background: none; width: 247px; height: 42px; padding-left: 15px; outline: none;}
                .h_on1 h3 button{ display: inline-block; cursor: pointer; outline: none; border: none;background: url(images/seach.jpg) no-repeat; width: 40px; height: 42px;}
                .h_on1 p{ float:right; margin-top: 40px;}
                .h_on1 p em{ display: inline-block; float: left; padding-left: 49px;background: url(images/tel.jpg) no-repeat;min-height: 42px; line-height: 100%; font-size: 14px; color: #666666; margin-left: 9px;}
                .h_on1 p em i{ display: block; padding-top: 9px; font-size: 21px; color: #333333; font-family: arial; letter-spacing:1px;}
                .h_nav{ overflow: hidden;float: right;}
                .h_nav ul li{float: left;font-size: 16px;position: relative; margin-left: 53px;}
                .h_nav ul li a{color: #333;display: block; font-size:16px; position: relative;z-index: 5;   text-align: center; line-height:50px;}
                .h_nav li.cur a,.h_nav li a:hover{ color: #00759c; text-decoration: underline;}
                input::-webkit-input-placeholder {color: #666;}

                .isear{ width:250px; position: absolute; left: 0; top:143px; z-index: 555!important;}
                .isear i{ position:relative; z-index:55 !important;    background: url(images/h_ico.png) no-repeat 38px 17px #00759c; color: #fff; font-size:20px; height: 51px; line-height: 51px; display: block; padding-left: 80px; cursor: pointer;font-weight: bold;}
                .isearch ul li{height:85px; background: rgba(0,0,0,0.8); border-bottom: 1px solid #4f5153; box-sizing: border-box;}
                .isearch ul li:last-of-type{ height: 92px; border-bottom: none;}
                .isearch ul li:last-of-type a{ height: 92px;}
                .isearch ul li a{ display: block; position:relative;background:url(images/h_ico1.png) no-repeat 38px 0; line-height: 85px;padding-left: 82px; font-size: 16px; color: #fff; overflow: hidden;}
                .isearch ul li:nth-of-type(2) a{background:url(images/h_ico2.png) no-repeat 38px 0; }
                .isearch ul li:nth-of-type(3) a{background:url(images/h_ico3.png) no-repeat 38px 0; }
                .isearch ul li:nth-of-type(4) a{background:url(images/h_ico4.png) no-repeat 38px 0; }
                .isearch ul li:nth-of-type(5) a{background:url(images/h_ico5.png) no-repeat 38px 0; }
                .isearch ul li:nth-of-type(6) a{background:url(images/h_ico6.png) no-repeat 38px 0; }
                .isearch ul li:nth-of-type(7) a{background:url(images/h_ico7.png) no-repeat 38px 0; }
                .isearch ul li:hover{ background: #ffb225;}
            

        .dw2 .code{display:none;}
        .dw2 .submit{display:none;}



        /*表单弹框*/
        .nsw-modal {
            width: 100%;
            height: 100%;
            background: rgba(225, 225, 225, 0.5);
            position: fixed;
            top: 0;
            left: 0;
            z-index: 99999;
        }
        .modal-dialog {
            position: fixed;
            color:#000000;
            top: 150px;
            width: 400px;
            border-radius: 3px;
            min-height: 155px;
            overflow: hidden;
            z-index: 99998;
            margin-left: -200px;
            left: 50%;
        }
        .modal-dialog .css-icon {
            background-image: url("images/modal-icons.png");
        }
        .modal-dialog .modal-head {
            height: 30px;
            line-height: 30px;
            padding: 0px 20px;
            background: #F6EFEF;
            font-size: 14px;
        }
        .modal-dialog .modal-head .modal-logo {
            width: 15px;
            height: 15px;
            background-position: 1px 0px;
            margin: 8px 5px 0 0;
            float: left;
        }
        .modal-dialog .modal-head .close {
            float: right;
            width: 15px;
            height: 15px;
            background-position: -14px 0px;
            margin-top: 8px;
        }
        .modal-dialog .modal-body {
            width: 100%;
            min-height: 125px;
            background: #ffffff;
        }
        .modal-dialog .modal-body .modal-body-left {
            width: 140px;
            float: left;
        }
        .modal-dialog .modal-body .modal-body-left .icon {
            width: 64px;
            height: 64px;
            margin: 30px 0 0 48px;
        }
        .modal-dialog .modal-body .modal-body-left .success-message {
            background-position: 0px -14px;
        }
        .modal-dialog .modal-body .modal-body-left .warming-message {
            background-position: 0px -78px;
        }
        .modal-dialog .modal-body .modal-body-right {
            width: 260px;
            float: right;
            padding-top: 20px;
        }
        .modal-dialog .modal-body .modal-body-right .close-btn {
            color: #000;
            text-align: center;
            width: 90px;
            display: inline-block;
            height: 24px;
            line-height: 24px;
            background: #818079;
        }
        .modal-dialog .modal-body .modal-body-right p {
            line-height: 30px;
        }

        /*翻页*/
        .p12-pagination-1-main {
            margin: 0 auto;
            padding: 20px 0;
            height: 30px;
            text-align: center;
        }

        .p12-pagination-1 a,
        .p12-pagination-1 span {
            display: inline-block;
            padding: 0 8px;
            height: 26px;
            line-height: 26px;
            border: 1px solid #e5e5e5;
            text-align: center;
            margin: 0 2px;
            background: #fff;
        }

        .p12-pagination-1 span {
            border: 1px solid #fff;
        }

        .p12-pagination-1 .page_curr {
            background:#01759c;
            color:#fff;
        }

        .p12-pagination-1 .laypage_first,
        .p12-pagination-1 .laypage_last {
            display: none;
        }
        .tij ul li:nth-of-type(4) b{    width: 150px;
    display: block;
    color: #fff;
    font-weight: normal;
    font-size: 15px;}

    

    .fullSlide  li{ position: relative;}
.fullSlide  li .foti{ position: absolute; left: 0; top: 0; z-index: 555!important; width: 100%; display: none;}
.foti h4{font-weight: normal;  margin: 0 auto; width: 1200px;}
.f_ug{ margin: 99px 0 0 863px; width: 336px; height: 396px; background: rgba(255,255,255,0.9); box-sizing: border-box; padding:0 25px;}
.f_ug em{ display: block; line-height: 100%; text-align: center; color: #de1620; font-size: 22px; padding-top: 34px; height: 71px;}
.f_ug em span{ display: block; padding-bottom:9px;}
.f_ug i{ display: block; overflow: hidden; margin-bottom: 14px; height: 38px; line-height: 38px; border: 1px solid #d2d2d2;font-weight: normal;}
.f_ug i span{ display: inline-block; float: left; padding-left: 8px; width: 13px; color: #de1620;}
.f_ug i strong{ display: inline-block; float: left; width: 36px; color: #000000; font-size: 16px;font-weight: normal;}
.f_ug i input{ display: inline-block; float: left; border: none; height: 38px; line-height: 38px; background: none; width:216px;  padding-left: 9px; color: #333; font-size:16px;}
.f_ug .mal strong{ margin-left: 22px;}
.f_ug button{ display: block; background: #de1620; color: #fff; font-size: 16px; border: none;outline: none; cursor: pointer; width: 100%; height: 40px;}
.fullSlide  li:nth-of-type(3) .foti{ display: block;}


     .fwxm dl dd h3:hover,.n_on dl dd h4 a:hover{ color:#00759c;}
 

 .team ul li{transition: all 0.3s linear 0s;}
     .team ul li h3{display:-webkit-box; -webkit-box-orient: vertical;height: 48px;
    -webkit-line-clamp:2;  overflow: hidden; text-overflow: ellipsis;  }
    .team ul li:hover{box-shadow: 0 0 6px rgba(0,0,0,0.12);transform: translateY(-3px);}
 

            .f_bj{color:#828384;clear:both;font-family:"Microsoft Yahei";height:519px;font-size: 16px;overflow: hidden; background:  url("images/f_bj.jpg") no-repeat center 0;}
            .footer{ margin: 0 auto;width: 1200px;}
            .f_on1{overflow:hidden; height: 168px;}
            .f_on1 h3{ float: right; padding-top: 35px;}
            .f_on1 ul{ float:left; padding-top: 56px;}
            .f_on1 ul li{ float: left; line-height: 100%; font-size: 16px; margin-right: 53px;}
            .f_on1 ul li a{ color: #fff; display: block; line-height: 100%;}
            .f_on2{ width:845px; }
            .f_on2 ul{ overflow: hidden; height:155px;}
            .f_on2 ul li{ line-height:25px; font-size: 14px;background: url(images/f_ico1.png) no-repeat 0 7px; padding-left:48px; color: #bcbcbc; width: 189px; float: left; height: 68px;margin: 7px 0 0 0;}
            .f_on2 ul li span{ display: block; }
            .f_on2 ul li:nth-of-type(3){background: url(images/f_ico2.png) no-repeat  0 7px; }
            .f_on2 ul li:nth-of-type(4){background: url(images/f_ico3.png) no-repeat  0 7px;}
            .f_on2 ul li:nth-of-type(1),  .f_on2 ul li:nth-of-type(3){ width: 252px;}
            .f_on2 ul li:nth-of-type(2),  .f_on2 ul li:nth-of-type(4){ width:452px;}
            .f_on2 p{ color: #bcbcbc;font-size: 14px; line-height: 25px;}
            .f_on2 p a{ color: #bcbcbc;}.f_on2 p span{ padding: 0 26px;}
            .f_on2 p em{ display: block;}
            .f_on3{float: right;}
            .f_on3 p{ overflow: hidden; float: left; margin-left: 19px; background: rgba(210,210,210,0.25); height: 207px;}
            .f_on3 p em{    display: block;    font-size: 0;
    line-height: 0;    background: #fff;    margin-bottom: 3px; }
            .f_on3 p em img{ width: 122px; height: 122px; border: 14px solid #fff;}
            .f_on3 p i{ display: block; color: #fff; text-align: center; padding-top:5px; font-size: 14px; line-height: 20px;}
            .f_on3 p i span{ display: block;}
            .f_on1 ul li a:hover{text-decoration: underline;}
        

        .client-2 {
            position: fixed;
            right: -170px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 62px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
               width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
        }
        .client-2 .my-kefu-ftop .my-kefu-main{
            padding-top: 6px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 62px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #01759c;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #01759c;
            width: 97px;
            height: 53px;
            position: relative;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    
